An object containing information about the specific signature point including the location, height, width, coordinates, and other data.
| Parameter | Type | Description |
|---|---|---|
| IncludeDate | ExpereBoolean | Indicate whether or not to add the date field in the signature data. |
| PageNumber | ExpereInteger | The page number in the document where the signature is located. |
| PageOrder | string | Indicates the order to sign within the document and is used when someone signs the same document in more than one place. |
| Height | ExpereFloat | The height (in points) of the signature area. |
| Width | ExpereFloat | The width (in points) of the signature area. |
| SignatureText | string | The signature text as a string (spaces permitted). |
| XCoordinate | ExpereFloat | The X coordinate value for the signature position on the page. This is in points from the left of the page. |
| YCoordinate | ExpereFloat | The Y coordinate value for the signature position on the page. This is in points from the bottom of the page. |
| Type | string | Indicates if the target signature is a certain type of signature. While a string, you should always use one of these options: Signature, Initials or Date. |